Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feature: adds position designations to cycle position stats. TM-695
fix: filter designations by cycle and position
fix: 404 if bidcycle or position cannot be found
feature: handle errors that fsbid may raise when submitting a bid
adds endpoint to view list of logs available and get the contents of a particular log
remove unnecessary imports
log entry model managed should be false
fixing linting issues
additional lint errors fixed
adding endpoints for running data sync ad hoc
forcing superuser permission and removing unused imports and functions
fix: remove posted date from PV. TM-909 (Merging CircleCI 2.0 Changes into Staging #94)
feature: add endpoints for getting and updating the about page content. TM-912 (Saved search counts and updates + notification inbox system #93)
feature: add endpoints for getting and updating the about page content. TM-912
chore: update comment
Fix/realign pv values. TM-909 (CSV Downloads, Field Limiting #96)
fix: remove posted date from PV. TM-909
fix: projected vacancy data matching new FSBid endpoints. TM-909
fix: a few updates from pr feedback
added endpoint to run update_relationships command (Capsule Description CRUD endpoints #95)
adding endpoint for update_string_representations command (Refactor Sharable model into messaging app #98)
adding endpoint for update_string_representations command
lint issue
feature: allow for saving projected vacancies searches. TM-642
fix: properly parse langualge string. correct field name error
fix: remove null entries from lang. list
fix: syntax
feature: pv filtering for bureau hierarchy. TM-950
chore: missed files
chore: missed this as well
Update apps.py
fix: strip the end of the language text so there is no extra spaces
chore: fix test data
fix: fix PV favorites by using the id of the pv
fix: send response object when no results are returned
adding endpoints to edit SynchronizationJobs in DB and reset SynchronizationJob
add use_last_date_updated as writable field, remove unnecesary filters
removing reference to deleted filter class
fix: correctly filter by location codes. TM-949
fix: update the shape of the pv object to match new position shape (Add profile picture to user profile #109)
fix: update availability to use cycle position to allow bidding
updating response from data_sync list for conistency
fix: use correct filter synatx
chore: add cycle positions to the demo env setup
chore: properly ref. the user first_name
fix: process multiple filter values
fix: position designations on cycle positions
chore: fix formatting on files that are unchanged
fix: query bids correctly for determining availability
Create SynchronizationTask (Load new Field Data #29)
Create SynchronizationTask
linting
Testing saving task
Fix merge issue
Delete migration
Re-make migration
Remove Flask (Staging - Docker ignore #123)
Linting (Create Highlighted positions Feed #115)
Linting
Linting
removing historical assignments (Restrict Highlight action via Permissions #124)
chore: update the demo environment task. TM-1115
chore: add TED to cycle position
save last_synchronization at beginning of process instead of end (Default read only serializers #128)
Added string representation to CyclePosition (Adding Rank to grades #127)
adding JWT to header for all calls to FSBid (Refactor "Share" endpoint into "Share" action on multiple endpoints #129)
adding JWT to header for all calls to FSBid
updating tests to pretend to use JWT
Update/ad id in fsbid calls (Sprint 7 (dev->stg) #131)
added ad_id to all fsbid calls
escaping characters properly and updating url
🐛 Fix merge error 🐛
🐛 Fix merge 🐛
adding admin view to check status of syncs
cleaning out the dryer lint
removing unnecessary pk value
ESSR fixes for dev testing (Create bidding cycle model, endpoints, serializer #135)
ESSR fixes for dev testing
adding nosec
fixing lint issues
additional placeholder JWT
adding obc_url to country and post (Add classifications to position #136)
adding obc_url to country and post
Remove trailing slash
Fix url slug
chore: merge migrations to resolve conflict
adding endpoints to track logins and unique logins (Add positions/bidders endpoint #139)
adding endpoints to track logins and unique logins
change submit to post, some additional cleanup
Trigger notification
ad_id -> fv_request_params.ad_id (Add extra fields to capsule description #138)
fix: do not use the bidcycle and position to determine uniquiness on a cycle position (Create bidlist endpoints, models, serializers #134)
Override CORS headers
fix: rename the jwt header sent to FSBid to match their naming. always send ad_id to the fsbid reqeuests
Feature/jwtdecode (Add extra profile fields, seeded user creator #143)
decode jwt
split services
split services and update calls
fix typo
decode jwt
split services
split services and update calls
fix typo
chore: cleanup some tests and references to fake jwt that do not decode
remove services file
remove ad_id decode and header as it is not needed by fsbid