Alysia Broddrick
bea2f79a41
merged and resolved sandbox infra merge conflict
2023-08-08 07:11:09 -07:00
Alysia Broddrick
a3661243ac
Merge pull request #841 from cisagov/new-dev-sandbox-rh
...
Add new developer sandbox 'rh' infrastructure
2023-08-08 07:07:55 -07:00
Alysia Broddrick
a617da3020
add nl to deploy script
2023-08-08 06:43:25 -07:00
zandercymatics
d204145e91
Merge pull request #828 from cisagov/za/add-line-ending-documentation
...
Updated README.md to include a fix for line endings
2023-08-08 07:07:15 -06:00
Rebecca H
c1b384e629
Merge pull request #845 from cisagov/rh/dev-onboarding-change
...
Update developer-onboarding.md
2023-08-07 19:02:41 -07:00
Rebecca H
de88731440
Merge branch 'main' into new-dev-sandbox-rh
2023-08-07 19:01:56 -07:00
Gaby Disarli
861c14322d
updated copy on eleciton question and resolves 774
2023-08-07 20:47:23 -05:00
Alysia Broddrick
b8f01fcf05
Add new developer sandbox 'nl' infrastructure
2023-08-07 18:11:33 -07:00
Rebecca Hsieh
92ed691eb4
Update for shell rc file
2023-08-07 12:05:37 -07:00
Rebecca Hsieh
5a7b7164b4
Add gpg install link and update assignees
2023-08-07 11:43:29 -07:00
Alysia Broddrick
ac75ac6882
added to deploy script
2023-08-07 08:52:53 -07:00
Alysia Broddrick
e69b800f59
Add new developer sandbox 'rh' infrastructure
2023-08-07 08:47:52 -07:00
rachidatecs
f0f822c882
Merge pull request #838 from cisagov/add-paul-to-fixtures
...
Add Paul to admin and staff
2023-08-07 11:17:01 -04:00
rachidatecs
f4cea63e96
Add Paul to admin and staff
2023-08-04 16:35:08 -04:00
Alysia Broddrick
805b38f826
Merge pull request #835 from cisagov/new-dev-sandbox-za
...
New dev sandbox za
2023-08-04 12:51:24 -07:00
rachidatecs
19f67a177c
cleanup
2023-08-04 13:57:28 -04:00
rachidatecs
106781eab9
Merge pull request #829 from cisagov/rjm/775-tribe-locality
...
775 - Add a sublabel (with a link) to tribe locality from
2023-08-04 13:36:37 -04:00
rachidatecs
4296352f0f
revert package lock changes, address CSS feedback on typography, color and grid
2023-08-04 13:31:49 -04:00
zandercymatics
f4a15a2c72
Merge pull request #833 from cisagov/za/update-readme-add-user-as-admin
...
Updated README.md to include adding an analyst
2023-08-04 08:52:43 -06:00
zandercymatics
46d3ca7bd5
Merge branch 'za/update-readme-add-user-as-admin' of https://github.com/cisagov/getgov into za/update-readme-add-user-as-admin
2023-08-04 08:48:54 -06:00
zandercymatics
952de458b7
Update README.md
...
Added a missing newline above line 81
2023-08-04 08:47:48 -06:00
zandercymatics
db53bb8beb
Update docs/developer/README.md
...
Added @abroddricks suggestion
Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com>
2023-08-04 08:44:39 -06:00
Alysia Broddrick
3323fb56fc
removed code comments
2023-08-04 07:26:56 -07:00
Alysia Broddrick
889be277f2
updated sandbox for zander
2023-08-04 07:24:41 -07:00
Alysia Broddrick
dcf8135e5f
partially created za sandbox
2023-08-03 18:46:41 -07:00
zandercymatics
a239e7ad63
Merge pull request #832 from cisagov/za/add-za-to-admin
...
Add zandercymatics to Admin
2023-08-03 14:35:20 -06:00
zandercymatics
03177bdb1f
Updated README.md to include adding an analyst
2023-08-03 14:30:30 -06:00
zandercymatics
9ea05e016e
Linter begone!
2023-08-03 12:46:49 -06:00
zandercymatics
266e9546ce
Fixed a formatting issue
2023-08-03 12:40:37 -06:00
zandercymatics
25cda0143c
Update fixtures.py
2023-08-03 12:28:17 -06:00
zandercymatics
35dcc0dbb6
Added new user in Fixtures.py
2023-08-03 12:27:08 -06:00
rachidatecs
5dd2fbaeda
Fix dark mode
2023-08-03 11:08:09 -04:00
rachidatecs
916857a080
Tweak comment
2023-08-03 10:26:41 -04:00
zandercymatics
b4d4b536d9
Made the text a bit more clear
2023-08-03 08:06:35 -06:00
zandercymatics
6d721ad6fb
Another minor verbiage change
2023-08-03 07:55:37 -06:00
zandercymatics
864e31eba3
Fixed a typo in README.md
2023-08-03 07:49:12 -06:00
zandercymatics
e8422eac7d
Updated README.md to be more descriptive
...
Added an explanation for why Windows developers may need to change their line endings
2023-08-03 07:47:38 -06:00
Alysia Broddrick
50ad47e4c4
Merge pull request #815 from cisagov/dependabot/pip/src/certifi-2023.7.22
...
Bump certifi from 2023.5.7 to 2023.7.22 in /src
2023-08-02 16:06:36 -07:00
rachidatecs
22a89e030d
Build capability to add sublabels with links to simple form components, with supporting custom filters and unit tests for the custom filters
2023-08-02 17:34:32 -04:00
zandercymatics
b7f10e2b92
Updated README.md to include a fix for line endings
...
Updated the readme to include a fix for windows machines...
On windows, you cannot run manage.py (or other related files) as they are using the wrong file endings. It basically doesn't know where to look.
The fix to this is to add .gitattribute locally and rebuild your project, so that it reverts to standard line-endings on your machine (but not elsewhere)
2023-08-02 13:04:37 -06:00
dependabot[bot]
55f5cbd382
Bump cryptography from 41.0.2 to 41.0.3 in /src
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.2 to 41.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.3 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-02 02:06:38 +00:00
rachidatecs
f500a4ff50
pseudo code for 796 and 806
2023-08-01 19:06:40 -04:00
rachidatecs
3d94b71533
Extend the sublabel to add an optinal link at the end
2023-08-01 19:02:09 -04:00
rachidatecs
c4dfb5eec0
Fix primary font family assignment
2023-08-01 16:24:17 -04:00
rachidatecs
e639d944e9
Fix unit test for the action needed email
2023-08-01 15:41:48 -04:00
rachidatecs
4e6e98002a
820: action needed email content revision
2023-08-01 15:15:24 -04:00
rachidatecs
9562f7c7bf
django admin CSS theming
2023-08-01 15:12:23 -04:00
rachidatecs
8de873ad01
caniuse package update
2023-08-01 15:11:17 -04:00
rachidatecs
7209e74f41
Merge pull request #819 from cisagov/ab/394-session-bug-fix
...
Session bug fix
2023-07-28 13:13:37 -04:00
Alysia Broddrick
9e25baa346
removed uneeded endlines
2023-07-28 09:04:54 -07:00