Skip to content

Commit

Permalink
Merge branch 'master' into apidocs-dap-20240301
Browse files Browse the repository at this point in the history
  • Loading branch information
angjenkins authored Feb 27, 2024
2 parents 872e851 + b76e15b commit ed5dd70
Show file tree
Hide file tree
Showing 21 changed files with 1,342 additions and 1,077 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ group :development, :test do
gem 'eslintrb'
gem 'test-unit'
gem 'json-schema'
gem "webrick", "~> 1.7"
gem 'webrick'
end
18 changes: 13 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GEM
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
afm (0.2.2)
async (2.8.1)
async (2.8.2)
console (~> 1.10)
fiber-annotation
io-event (~> 1.1)
Expand Down Expand Up @@ -56,7 +56,7 @@ GEM
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-event (1.4.3)
io-event (1.4.4)
jekyll (3.9.5)
addressable (~> 2.4)
colorator (~> 1.0)
Expand Down Expand Up @@ -85,11 +85,17 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.5)
multi_json (1.15.0)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
Expand Down Expand Up @@ -117,7 +123,7 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
test-unit (3.6.1)
test-unit (3.6.2)
power_assert
timers (4.3.5)
ttfunk (1.7.0)
Expand All @@ -128,6 +134,8 @@ GEM
zeitwerk (2.6.13)

PLATFORMS
arm64-darwin-22
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -141,7 +149,7 @@ DEPENDENCIES
kramdown-parser-gfm
rake
test-unit
webrick (~> 1.7)
webrick

BUNDLED WITH
2.3.26
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
# Open GSA Redesign

Open.gsa.gov is the current developer portal for all GSA data, APIs, and code open to the public. This repo is where we will be managing development of the redesign of this portal.
Open.gsa.gov is the current developer portal for all GSA data, APIs, and code open to the public. This repo is where we will be managing development of this portal.

This particular site is made for use with the [Federalist](https://github.com/18f/federalist) in mind.
This particular site is made for use with [cloud.gov Pages](https://cloud.gov/pages) in mind.

See the [wiki](https://github.com/GSA/open-gsa-redesign/wiki) for more info related to this site including a product roadmap, personas, and guides.

## Running locally

This site is built using Jekyll for the file framework.
This is a statically generated site built using Jekyll.

### Before you start

You will need to have the following installed on your machine before following the commands below:
You will need to have the following installed on your machine:

* Ruby v2.2.2+, [Installation guides](https://www.ruby-lang.org/en/documentation/installation/)
* Bundler v1.12.3+, [Installation guides](http://bundler.io/v1.13/guides/using_bundler_in_application.html#getting-started---installing-bundler-and-bundle-init)

### Basic setup

1. Install Bundler `gem install bundler` and then install Jekyll and all dependencies `bundle install`.
2. Fork this repo.
2. Clone the repo you just forked.
* Ruby 3 (see the `.ruby-version` file for the current version this project uses)
* Bundler

### Running Jekyll

Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ require "rake/testtask"

desc "Serve the site with live reload for development"
task :serve do
sh "bundle exec jekyll liveserve", verbose: false
sh "bundle exec jekyll serve --livereload", verbose: false
end

# This option may cause pages to not be rebuilt when an underlying data file
# (e.g., _data/*.yml) changes. In most cases it's OK, but you may need to use
# the 'serve' task instead if changing data files.
desc "Serve the site with live reload for development (incremental builds)"
task :incrementalserve do
sh "bundle exec jekyll liveserve --incremental", verbose: false
sh "bundle exec jekyll serve --livereload --incremental", verbose: false
end

desc "Build the site to the default Jekyll output directory"
Expand Down
Binary file removed assets/swaggerui-dist/favicon-16x16.png
Binary file not shown.
Binary file removed assets/swaggerui-dist/favicon-32x32.png
Binary file not shown.
94 changes: 2 additions & 92 deletions assets/swaggerui-dist/swagger-ui-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/swaggerui-dist/swagger-ui-bundle.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions assets/swaggerui-dist/swagger-ui-es-bundle-core.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/swaggerui-dist/swagger-ui-es-bundle-core.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions assets/swaggerui-dist/swagger-ui-es-bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/swaggerui-dist/swagger-ui-es-bundle.js.map

Large diffs are not rendered by default.

15 changes: 2 additions & 13 deletions assets/swaggerui-dist/swagger-ui-standalone-preset.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/swaggerui-dist/swagger-ui-standalone-preset.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/swaggerui-dist/swagger-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/swaggerui-dist/swagger-ui.css.map

Large diffs are not rendered by default.

9 changes: 1 addition & 8 deletions assets/swaggerui-dist/swagger-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/swaggerui-dist/swagger-ui.js.map

Large diffs are not rendered by default.

27 changes: 16 additions & 11 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2683,13 +2683,13 @@
}, {
"@type": "dcat:Distribution",
"mediaType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"title": "2024 - 2 - 9 - IOLP Leases.xlsx",
"downloadURL": "https://inventory.data.gov/dataset/9a9e946e-124e-46f5-a934-e458a6c1c2b2/resource/387e3650-d221-45d8-b56b-d353cbc1c381/download/2024-2-9-iolp-leases.xlsx"
"title": "2024 - 2 - 23 - IOLP Leases.xlsx",
"downloadURL": "https://inventory.data.gov/dataset/9a9e946e-124e-46f5-a934-e458a6c1c2b2/resource/6c372774-569f-480c-9347-bafcf5e2a968/download/2024-2-23-iolp-leases.xlsx"
}, {
"@type": "dcat:Distribution",
"mediaType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"title": "2024 - 2 - 9 - IOLP Buildings.xlsx",
"downloadURL": "https://inventory.data.gov/dataset/9a9e946e-124e-46f5-a934-e458a6c1c2b2/resource/c5bf8d71-e8dd-4411-9a99-a185733e9c60/download/2024-2-9-iolp-buildings.xlsx"
"title": "2024 - 2 - 23 - IOLP Buildings.xlsx",
"downloadURL": "https://inventory.data.gov/dataset/9a9e946e-124e-46f5-a934-e458a6c1c2b2/resource/3130b0e7-209e-4972-b5dd-f83bca229a99/download/2024-2-23-iolp-buildings.xlsx"
}
],
"keyword": ["BUILDING_STATUS", "City", "LEASE_EFFECTIVE_DATE", "LEASE_EXPIRATION_DATE", "Latitude", "Lease_Num", "Longitude", "STATE_CD", "STREET_ADDRESS", "Zipcode5", "geospatial"],
Expand Down Expand Up @@ -5588,8 +5588,8 @@
"distribution": [{
"@type": "dcat:Distribution",
"mediaType": "application/json",
"title": "EDI 2.13.json",
"downloadURL": "https://inventory.data.gov/dataset/acf8e47e-24d2-4e4d-a786-847643f101fd/resource/ce756f94-6485-42ef-bc1c-adbe4c1cfb2f/download/edi-2.13.json"
"title": "EDI 2.26.json",
"downloadURL": "https://inventory.data.gov/dataset/acf8e47e-24d2-4e4d-a786-847643f101fd/resource/547ad7ec-1386-4a42-a2e2-702ecdc6ff29/download/edi-2.26.json"
}
],
"keyword": ["EDI", "Enterprise Data Inventory", "GSA EDI", "JSON"],
Expand Down Expand Up @@ -5655,7 +5655,7 @@
"mediaType": "application/json",
"format": "JSON",
"title": "GSA IT Reform Cost Savings/Avoidance",
"description": "GSA's November 2023 Cost Savings/Avoidance submission to satisfy the requirements set forth in OMB's Integrated Data Collection.",
"description": "GSA's Feb 2024 Cost Savings/Avoidance submission to satisfy the requirements set forth in OMB's Integrated Data Collection.",
"conformsTo": "https://management.cio.gov/schemaexamples/costSavingsAvoidanceSchema.json",
"downloadURL": "https://inventory.data.gov/dataset/57f52388-9b32-4069-925f-e0de9c5c6ea4/resource/87eb8833-7abb-432b-a272-e611c0aff04a/download/gsaitcostsavingsavoidance20151125.json"
}
Expand Down Expand Up @@ -6477,9 +6477,14 @@
"downloadURL": "https://inventory.data.gov/dataset/4189591b-d78e-4ad3-9d75-582175ad0b3f/resource/20929a06-1ea8-4666-89bc-387497ec0674/download/data-dictionary-for-federal-hiring-dataset-dec-31-2022.xlsx"
}, {
"@type": "dcat:Distribution",
"mediaType": "text/csv",
"title": "hiring_selections_and_outcomes_public_data_set_as_of_Sep_30_2023.csv",
"downloadURL": "https://inventory.data.gov/dataset/4189591b-d78e-4ad3-9d75-582175ad0b3f/resource/8e022865-53a5-4275-a24a-b4599dbb077a/download/hiring_selections_and_outcomes_public_data_set_as_of_sep_30_2023.csv"
"mediaType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"title": "hiring_selections_and_outcomes_public_data_set_as_of_Sep_30_2023_FY2022_FY2023.xlsx",
"downloadURL": "https://inventory.data.gov/dataset/4189591b-d78e-4ad3-9d75-582175ad0b3f/resource/e96b323f-d26a-4130-959b-ca85e982be0e/download/hiring_selections_and_outcomes_public_data_set_as_of_sep_30_2023_fy2020_fy2021.xlsx"
}, {
"@type": "dcat:Distribution",
"mediaType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"title": "hiring_selections_and_outcomes_public_data_set_as_of_Sep_30_2023_FY2020_FY2021.xlsx",
"downloadURL": "https://inventory.data.gov/dataset/4189591b-d78e-4ad3-9d75-582175ad0b3f/resource/eb289cbd-ef3a-48a3-852d-f81f0a4c84d0/download/hiring_selections_and_outcomes_public_data_set_as_of_sep_30_2023_fy2020_fy2021.xlsx"
}
],
"keyword": ["Monster", "OMB", "OPM", "USDS", "announcement", "application", "assessment", "hiring", "selection"],
Expand Down Expand Up @@ -8172,7 +8177,7 @@
"mediaType": "application/zip",
"format": "ZIP",
"title": "GSA IT Policy Archive Zip",
"description": "Last update: 2023-08-15",
"description": "Last update: 2024-02-13",
"downloadURL": "https://inventory.data.gov/dataset/08a7a4da-f414-498c-858b-076fdc7da31a/resource/4a87172f-af14-4cf1-a024-e9fb04c0ac2d/download/gsa-it-policy-archive-zip.zip"
}
],
Expand Down
Loading

0 comments on commit ed5dd70

Please sign in to comment.